home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / airfox.swf / scripts / frame_8 / PlaceObject2_263_52 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  178 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.shield == 1)
  3.    {
  4.       _X = _root.ship._x;
  5.       _Y = _root.ship._y;
  6.    }
  7.    else
  8.    {
  9.       _X = -100;
  10.       _Y = -100;
  11.    }
  12. }
  13.